home *** CD-ROM | disk | FTP | other *** search
- # dbMAX Version 1.30
- # Copyright 1991-1993 David A. Kennedy. All rights reserved.
- #
- # Linker response file for .RTLink
- #
- #***************************************************************************
- #
- SILENT
-
- FILE MAIN
- FILE DBMAX
- FILE MYFUNC
- #FILE FIXUP # uncomment if NOT using DBMAX.LIB
-
- #FI FOXLOCK # uncomment for DBFSIX's FoxPro locking
- #FILE RESIDENT # uncomment if using Overlay()
-
- LIB EXTEND
- LIB TERMINAL
- LIB DBFNTX # comment-out if not using .NTXs
- LIB DBFCDX # comment-out if not using .CDX/.IDXs
- LIB DBFNDX # comment-out if not using .NDXs
- LIB DBFMDX # comment-out if not using .MDXs
- #LIB MACHSIX # uncomment if using MACHSIX library
- #LIB DBFSIX # uncomment if using DBFSIX driver
- LIB CLIPPER
-
- #
- # uncomment the appropriate 3rd-party libraries
- #
- #LIB PCKERNEL # ProClip root
- #LIB PCFUNCS # ProClip overlayable code
- #LIB OVERCL # Overlay() overlayable code
- #LIB NANFOR # NANFORUM library
- LIB DBMAX # leave as last 3rd-party lib
-
-